home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part2 / 10257 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  828 b 

  1. Path: nntp1.best.com!usenet
  2. From: Rigor@clever.net (Matt Fox)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: How to send long dial strings?
  5. Date: 5 Apr 1996 21:46:47 GMT
  6. Organization: Best Internet Communications
  7. Message-ID: <4k44c7$6p6@nntp1.best.com>
  8. References: <aXNPnOggyT5D071yn@oslonett.no>
  9. NNTP-Posting-Host: belvdere.vip.best.com
  10. X-Newsreader: WinVN 0.99.7
  11.  
  12. In article <aXNPnOggyT5D071yn@oslonett.no>, bollerud@oslonett.no says...
  13. >
  14. >In order to use an automatical dial-up service which reacts to the
  15. >pushbuttons on a telephone, I programmatically have to send lots of
  16. >dial tones. That is, first a telephone number, then wait, then
  17. >numbers together with #, *, pauses, etc.
  18. >
  19. >I can do this with ATDT... but there is a limit of 40 characters.
  20.  
  21. atdt (40 numbers) ; <- semicolon
  22. (may need x0) atxdt (rest) <- no semi colon
  23.  
  24.  
  25.